ComponentOne ASP.NET MVC Controls
Content Method (DataLabelBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DataLabelBaseBuilder<TControl,TBuilder> Class : Content Method
The value.
Configurates C1.Web.Mvc.DataLabelBase.Content. Sets the content of data labels.
Syntax
'Declaration
 
Public Function Content( _
   ByVal value As String _
) As TBuilder
public TBuilder Content( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DataLabelBaseBuilder<TControl,TBuilder> Class
DataLabelBaseBuilder<TControl,TBuilder> Members